home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / termsorc.lha / Extras / Source / term-source.lha / termErrors.h < prev    next >
Text File  |  1995-09-26  |  404b  |  16 lines

  1. /*
  2. **    termErrors.h
  3. **
  4. **    Error number definitions
  5. **
  6. **    Copyright © 1990-1995 by Olaf `Olsen' Barthel
  7. **        All Rights Reserved
  8. */
  9.  
  10. enum    {    ERR_SAVE_ERROR=42000,ERR_LOAD_ERROR,ERR_NO_MEM,ERR_OUTDATED,
  11.         ERR_NO_PRINTER,ERR_NO_GFX_OUTPUT,ERR_BAD_DIMENSION,
  12.         ERR_PRINT_ERROR,ERR_EXECUTE_ERROR,ERR_ABORTED,
  13.         ERR_NOT_A_FILE,ERR_NOT_A_DRAWER,ERR_FILE_NOT_FOUND,
  14.         ERR_DRAWER_NOT_FOUND,ERR_PROGRAM_NOT_FOUND
  15.     };
  16.